projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e18e5f
)
stylecontext: Add GTK_STYLE_CLASS_DIM_LABEL
author
Debarshi Ray
<debarshir@src.gnome.org>
Fri, 20 Apr 2012 13:35:44 +0000
(15:35 +0200)
committer
Debarshi Ray
<debarshir@src.gnome.org>
Fri, 27 Apr 2012 12:55:49 +0000
(14:55 +0200)
Fixes: https://bugzilla.gnome.org/674468
gtk/gtkstylecontext.h
patch
|
blob
|
history
diff --git
a/gtk/gtkstylecontext.h
b/gtk/gtkstylecontext.h
index 1a1f73ee19f0a15e71ba75c481b0939a384b4eb4..4975862f7971f4be0fefb75b27f62e8075cb48a1 100644
(file)
--- a/
gtk/gtkstylecontext.h
+++ b/
gtk/gtkstylecontext.h
@@
-157,6
+157,16
@@
struct _GtkStyleContextClass
*/
#define GTK_STYLE_CLASS_CELL "cell"
+/**
+ * GTK_STYLE_CLASS_DIM_LABEL:
+ *
+ * A CSS class to match dimmed labels.
+ *
+ * This should be used for toning down right aligned labels as
+ * compared to the entry value.
+ */
+#define GTK_STYLE_CLASS_DIM_LABEL "dim-label"
+
/**
* GTK_STYLE_CLASS_ENTRY:
*